home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / auto / RPC / XML / Server / get_proc.al < prev    next >
Encoding:
Text File  |  2008-11-04  |  1.1 KB  |  29 lines

  1. # NOTE: Derived from blib/lib/RPC/XML/Server.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package RPC::XML::Server;
  5.  
  6. #line 1200 "blib/lib/RPC/XML/Server.pm (autosplit into blib/lib/auto/RPC/XML/Server/get_proc.al)"
  7. # Same as above, but for name-symmetry
  8. sub get_proc { shift->get_method(@_) }
  9.  
  10. ###############################################################################
  11. #
  12. #   Sub Name:       server_loop
  13. #
  14. #   Description:    Enter a server-loop situation, using the accept() loop of
  15. #                   HTTP::Daemon if $self has such an object, or falling back
  16. #                   Net::Server otherwise.
  17. #
  18. #   Arguments:      NAME      IN/OUT  TYPE      DESCRIPTION
  19. #                   $self     in      ref       Object of this class
  20. #                   %args     in      hash      Additional parameters to set up
  21. #                                                 before calling the superclass
  22. #                                                 Run method
  23. #
  24. #   Returns:        string if error, otherwise void
  25. #
  26. ###############################################################################
  27. # end of RPC::XML::Server::get_proc
  28. 1;
  29.